翻訳と辞書
Words near each other
・ Rolland Todd
・ Rolland Township, Michigan
・ Rolland V. Heiser
・ Rolland W. Redlin
・ Rolland-Germain Ecological Reserve
・ Rolland-Pilain
・ Rollandia
・ Rollandia (bird)
・ Rollands Plains, New South Wales
・ Rollapadu Wildlife Sanctuary
・ Rollaround
・ Rollason Aircraft and Engines
・ Rollason Beta
・ Rollatini
・ Rollback
Rollback (data management)
・ Rollback (disambiguation)
・ Rollback (legislation)
・ Rollback (novel)
・ Rollback (roller coaster)
・ Rollbahn
・ Rollball
・ Rollbar (Transformers)
・ Rollbase
・ Rollbock
・ RollBots
・ Rollcage (video game)
・ Rollcage Stage II
・ Rolldabeats
・ Rolldown


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Rollback (data management) : ウィキペディア英語版
Rollback (data management)

In database technologies, a rollback is an operation which returns the database to some previous state. Rollbacks are important for database integrity, because they mean that the database can be restored to a clean copy even after erroneous operations are performed. They are crucial for recovering from database server crashes; by rolling back any transaction which was active at the time of the crash, the database is restored to a consistent state.
The rollback feature is usually implemented with a transaction log, but can also be implemented via multiversion concurrency control.
==Cascading rollback==
A ''cascading rollback'' occurs in database systems when a transaction (T1) causes a failure and a rollback must be performed. Other transactions dependent on T1's actions must also be rollbacked due to T1's failure, thus causing a cascading effect. That is, one transaction's failure causes many to fail.
Practical database recovery techniques guarantee cascadeless rollback, therefore a cascading rollback is not a desirable result.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Rollback (data management)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.